home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global returnMarker
- set returnMarker to marker(0)
- puppetSound("DBLCLICK")
- puppetSprite(6, 1)
- set the castNum of sprite 6 to 45
- updateStage()
- set the castNum of sprite 6 to 129
- updateStage()
- puppetSprite(6, 0)
- go("EXIT")
- end
-